Click or drag to resize

ServiceAddDelegate Method (Mailbox, DelegateUser, DeliverMeetingRequests)

Adds delegate to a specific mailbox.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public DelegateUserResponse AddDelegate(
	Mailbox mailbox,
	DelegateUser delegateUser,
	DeliverMeetingRequests deliverMeetingRequests
)

Parameters

mailbox
Type: Independentsoft.ExchangeMailbox
The mailbox to add delegates to.
delegateUser
Type: Independentsoft.ExchangeDelegateUser
The delegate user to add.
deliverMeetingRequests
Type: Independentsoft.ExchangeDeliverMeetingRequests
Indicates how meeting requests should be sent to delegates.

Return Value

Type: DelegateUserResponse
A collection of objects that provides the results of the operation.
See Also